home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : MacPerl - Real Perl Application
- File : MPScript.h - Handle scripts
- Author : Matthias Neeracher
- Started : 16Aug93 Language : MPW C
- Modified : 16Sep93 MN Runtime is not particularly fond of AppleEvents
- Last : 16Sep93
- *********************************************************************/
-
- #ifndef __MPSCRIPT__
- #define __MPSCRIPT__
-
- pascal void InitPerlEnviron();
-
- pascal void DoScriptMenu(short theItem);
-
- pascal OSErr DoScript(const AppleEvent *theAppleEvent, AppleEvent *reply, long refCon);
-
- pascal Boolean DoRuntime();
-
- #endif